home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / jpegv6bi.lha / doc / rdjpgcom.man < prev    next >
Text File  |  1995-09-05  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. RDJPGCOM(1)                                           RDJPGCOM(1)
  5.  
  6.  
  7. NAME
  8.        rdjpgcom - display text comments from a JPEG file
  9.  
  10. SYNOPSIS
  11.        rdjpgcom [ -verbose ] [ filename ]
  12.  
  13.  
  14. DESCRIPTION
  15.        rdjpgcom  reads  the named JPEG/JFIF file, or the standard
  16.        input if no file is named, and prints  any  text  comments
  17.        found in the file on the standard output.
  18.  
  19.        The  JPEG  standard allows "comment" (COM) blocks to occur
  20.        within a JPEG file.  Although the standard  doesn't  actu­
  21.        ally  define what COM blocks are for, they are widely used
  22.        to hold user-supplied text strings.   This  lets  you  add
  23.        annotations,  titles, index terms, etc to your JPEG files,
  24.        and later retrieve them as text.  COM blocks do not inter­
  25.        fere  with the image stored in the JPEG file.  The maximum
  26.        size of a COM block is 64K, but you can have  as  many  of
  27.        them as you like in one JPEG file.
  28.  
  29. OPTIONS
  30.        -verbose
  31.               Causes  rdjpgcom  to  also  display  the JPEG image
  32.               dimensions.
  33.  
  34.        Switch names may be abbreviated, and are not  case  sensi­
  35.        tive.
  36.  
  37. HINTS
  38.        rdjpgcom  does  not  depend  on the IJG JPEG library.  Its
  39.        source code is intended as an illustration of the  minimum
  40.        amount  of  code required to parse a JPEG file header cor­
  41.        rectly.
  42.  
  43. SEE ALSO
  44.        cjpeg(1), djpeg(1), jpegtran(1), wrjpgcom(1)
  45.  
  46. AUTHOR
  47.        Independent JPEG Group
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                            15 June 1995                         1
  65.  
  66.  
  67.